@charset "UTF-8";
#banner .bd li,
.choose-list li,
.choose-title,
.five dl dd,
.five dl dt,
.headbox h3,
.headbox2 h3.title,
.ihead,
.ihead h2,
.liucheng li,
.ys h2 {
  text-align: center;
}
.part1 {
  overflow: hidden;
}
#banner {
  width: 100%;
  float: left;
  background: #073c80;
  position: relative;
}
#banner .hd {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  font-size: 0;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
#banner .bd li h4,
#banner .bd li p {
  color: #fff;
  font-size: 20px;
}
#banner .hd li {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0.5;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
#banner .hd .on {
  background-color: #fff;
  opacity: 1;
}
#banner .bd li h4 {
  line-height: 40px;
}
#banner .bd a {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#banner .btn {
  width: 47px;
  height: 120px;
  position: absolute;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.five .content,
.ihead,
.ihead h2,
.products .list .pic,
.products .list .pic p,
.ys h2 {
  position: relative;
}
#banner .btn:hover {
  opacity: 1;
  filter: Alpha(opacity=100);
}
#banner .prev {
  top: 50%;
  background: url(../Images/prev.png) center no-repeat;
  left: 3%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
#banner .next {
  background: url(../Images/next.png) center no-repeat;
  right: 3%;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.indexpro {
  padding-bottom: 3%;
}
.ihead {
  line-height: 1.6;
  margin: 5% 0 3%;
}
.ihead2 {
  margin:0;
  padding: 3% 0;
}
.ihead h2 {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  line-height: 55px;
}
.ihead SPAN{
    color: rgb(255, 255, 255);
}
.ihead h2:hover {
  color: ;
}
.products {
  padding: 0;
  width: 100%;
}
.products .list {
  margin-top: 44px;
}
.products .list li {
  border-radius: 16px;
  width: 31.6%;
  margin: 0 1% 3%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.products .list li:nth-child(3n) {
  margin-right: 0;
}
.products .list .pic {
  width: 100%;
  height: 258px;
  overflow: hidden;
}
.products .list .pic p {
  display: block;
  width: 100%;
  height: 100%;
}
.products .list .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.products .list .pic a.more {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: url(../Images/more.png) center no-repeat rgba(0, 128, 129, 0.7);
}
.products .list .title {
  text-align: left;
  padding: 10px 20px;
}
.products .list .title h2 {
  font-size: 18px;
  color: #333;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.products .list .title p {
  font-size: 14px;
  color: #888;
  line-height: 20px;
  margin: 15px 0;
  height: 40px;
  overflow: hidden;
}
.products .list li:hover .title {
  background: #0055b2;
}
.products .list li:hover .title h2,
.products .list li:hover .title p {
  color: #fff;
}
.ys h2 {
  font-size: 32px;
  color: #333;
  line-height: 55px;
  font-weight: 600;
}
.ys span{
    color: #333;
}
.five {
  /* background: url(../images/five_bg.jpg) center 0 no-repeat; */
  height: 830px;
  overflow: unset;
}
.five dl,
.five_pic {
  position: absolute;
}
.five_pic {
  width: 100%;
  height: 100%;
  top: 40px;
  left: 20%;
  margin-left: -230px;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.ys{
    background-color: #fff;
}
.five-zuo{
    width: 35%;
    float: left;
    margin-left: -10%;
    margin-top: 12%;
}
.five-you{
    width: 35%;
    float: right;
    margin-right: -10%;
    margin-top: 12%;
}
.five-p,.five-p1{
    background-color: #fff;
    color: black;
    margin-top: 30px;
    padding: 10px;
}
.five-p p:nth-of-type(1),.five-p1 p:nth-of-type(1){
    font-size: 18px;
    background: linear-gradient(to right, #004391, #00a0dc);
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}
.five-p p:nth-of-type(2),.five-p1 p:nth-of-type(2){
    font-size: 14px;
    line-height: 20px;
    text-indent: 2em;
    margin-top: 10px;
}
.five-p{
    float: left;
}
.five-p1{
    float: right;
}
.five dl dt {
  font-size: 24px;
  color: #0055b2;
  font-weight: 700;
  background: url(../images/five_y01.png) no-repeat;
  width: 132px;
  height: 132px;
  line-height: 132px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.five dl dd h5,
.liucheng li h4 {
  font-weight: 400;
  overflow: hidden;
}
.five dl.cur dt,
.five dl:hover dt {
  background: url(../images/five_y02.png) no-repeat;
  color: #fff;
}
.five dl dd {
  width: 250px;
  clear: both;
}
.five dl.five_dl01 {
  top: 324px;
  left: 0;
}
.five dl.five_dl02 {
  top: 102px;
  left: 200px;
}
.five dl.five_dl03 {
  top: 0;
  left: 474px;
}
.five dl.five_dl04 {
  top: 81px;
  right: 165px;
}
.five dl.five_dl05 {
  top: 340px;
  right: 0;
}
.five dl.five_dl03 dt,
.five dl.five_dl04 dt {
  margin: 0 auto;
}
.five dl.five_dl05 dd {
  padding: 0 40px 0 0;
}
.five dl.five_dl05 dt {
  float: right;
}
.five dl.five_dl01 dd {
  padding: 0 0 0 40px;
}
.five dl.five_dl02 dd {
  margin-left: -30px;
}
.five dl dd h5 {
  font-size: 20px;
  color: #0055b2;
  height: 40px;
  line-height: 40px;
}
.five dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  padding: 5px 0 0;
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .five dl.five_dl01 {
    left: 0;
  }
  .five dl.five_dl03 {
    left: -webkit-calc(50vw - 200px);
    left: -moz-calc(50vw - 200px);
    left: calc(50vw - 200px);
  }
  .five dl.five_dl04 {
    right: 40px;
  }
  .five dl.five_dl05 {
    right: 0;
  }
}
.liucheng {
  overflow: hidden;
  max-height: 880px;
  background: #0a76bf;
}
.liucheng ul {
  width: 100%;
}
.liucheng li {
  border-radius: 25px;
  float: left;
  font-size: 12px;
  background: #0055b2;
  border-bottom: 2px solid #fff;
  width: 30.33%;
  overflow: hidden;
  margin: 1.5%;
  padding: 0 4%;
}
.liucheng li:hover {
  border-bottom: 2px solid #073b80;
  color: #073b80;
}
.liucheng li .pImg {
  display: block;
  width: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.liucheng li img {
  width: 40%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.liucheng li h4 {
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-weight: 800;
}
.liucheng li p {
  color: #fff;
  padding: 15px;
  line-height: 25px;
  font-size: 14px;
}
.in-total,
.liucheng li:hover h4,
.liucheng li:hover p {
  color: #ffffff;
}
.liucheng li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.zhaoshang {
  margin-top: 50px;
}
.in-seo li {
  float: left;
  width: 47%;
  padding: 1.5% 6%;
  height: 200px;
  margin: 1.5%;
  display: block;
  color: #fff;
  background: #073b80;
}
.in-seo li .img-center {
  height: 74px;
  line-height: 74px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.in-seo li h2 {
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
}
.in-seo li p {
  margin: 15px 0 0;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
}
.in-seo li:nth-child(2),
.in-seo li:nth-child(3) {
  background-image: url(../Images/product-bg-gray.jpg);
  position: relative;
}
.in-seo li:nth-child(2):after,
.in-seo li:nth-child(3):after {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  right: 48%;
}
.in-seo li:hover .img-center {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
.in-seo li:nth-child(2):after {
  background: url(../images/proclass-arrow.png) no-repeat;
  top: 99.5%;
}
.in-seo li:nth-child(3):after {
  background: url(../images/proclass-arrow2.png) no-repeat;
  top: -3.5%;
}
.headbox {
  border-bottom: 1px solid #ddd;
}
.headbox h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  color: #fff;
  width: 150px;
  background: #008081;
  padding: 10px 0;
}
.headbox2 h3.title {
  font-size: 24px;
  margin-top: 50px;
  font-weight: 500;
  color: #333;
  position: relative;
  top: 5px;
}
.headbox2 {
  background: url(../Images/1531450244.png) center top no-repeat;
  line-height: 100px;
}
@media screen and (max-width: 25em) {
  .codrops-icon span {
    display: none;
  }
}
.choose {
  padding: 56px 0 67px;
}
.choose-title {
  width: 100%;
  margin-bottom: 60px;
}
.choose-title img {
  display: block;
  width: 593px;
  height: auto;
  margin: 0 auto;
}
.choose-list {
  max-width: 1100px;
  margin: 50px auto auto;
}
.choose-list li {
  width: 25.3333%;
  margin: 0 4%;
  border: 1px solid #a0a0a0;
  height: 250px;
  float: left;
}
.choose-list li img {
  display: inline-block;
  width: auto;
  top: -70px;
  position: relative;
  height: 136px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  margin-bottom: 15px;
}
.choose-list li:hover img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
.choose-list li p {
  font-size: 16px;
  top: -50px;
  position: relative;
  line-height: 24px;
  color: #555;
  margin-bottom: 25px;
}
.choose-list li p strong {
  display: block;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  color: #333;
  margin-bottom: 6px;
}
.ad1 {
  font-size: 0;
  width: 100%;
  height: 754px;
  background-position: top center;
  background-repeat: no-repeat;
}
.news .list li .time a,
.news .list li .time span {
  display: block;
  width: 58px;
  height: 53px;
  line-height: 53px;
  color: #999;
  text-align: center;
}
.news {
  padding: 25px 0;
  background: #0a76bf;
}
.news .list {
  margin-top: 30px;
}
.news .list li {
  margin-bottom: 25px;
}
.news .list li:nth-child(2n) {
  margin-right: 0;
}
.news .list li .time {
  width: 58px;
  margin-right: 12px;
}
.news .list li .time span {
  background: #e4e4e4;
  font-size: 16px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news .list li .time a {
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news .list li .content h2 {
  font-size: 0;
}
.news .list li .content a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  line-height: 24px;
  padding-left: 36px;
  background: url(../images/wen.png) no-repeat;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news .list li .content .view {
  font-size: 12px;
  color: #9b9b9b;
  margin: 9px 0 17px;
}
.news .list li .content .desc {
  font-size: 18px;
  padding-left: 36px;
  background: #073b80;
  color: #fff;
  line-height: 80px;
  height: 80px;
  overflow: hidden;
}
.news .list li .more {
  width: 20px;
  height: 20px;
}
.news .list li .more a {
  display: block;
  width: 100%;
  height: 100%;
  background: #9b9b9b;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 19px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news .list li:hover .time span {
  background: #ed0029;
  color: #fff;
}
.news .list li:hover .time a {
  color: #ed0029;
}
.news .list li:hover .content a {
  text-decoration: underline;
  color: #709ea6;
}
.news .list li:hover .more a {
  background: #ef0129;
}
.m12_m1 {
  width: 28.3333%;
  margin-right: 5%;
}
.m12_m1:last-child {
  margin-right: 0;
}
.m12_til {
  width: 100%;
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
}
.m12_til h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  display: block;
  float: left;
  position: relative;
  border-left: 3px solid #073b80;
  padding-left: 15px;
}
.m12_til a {
  float: right;
  font-size: 12px;
  color: #666;
}
.left_pic {
  margin-bottom: 4px;
}
.left_pic img {
  width: 100%;
}
.news_all {
  overflow: hidden;
}
.news_all ul li {
  float: left;
  width: 100%;
  margin-top: 7px;
  font-size: 14px;
}
.news_all ul li a {
  display: block;
  background-color: #073b80;
  overflow: hidden;
  padding: 12px;
}
.news_all ul li .date {
  float: left;
  width: 75px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 7px 5px;
  border-right: 1px solid #24528e;
}
.news_all ul li .date p {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 1px;
}
.news_alsl ul li .text {
  margin-left: 85px;
}
.news_all ul li .text h4 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.news_all ul li .text p {
  margin: 5px 0 0;
  height: 20px;
  color: #fff;
  overflow: hidden;
}
.news_t {
  height: 86px;
  line-height: 86px;
  overflow: hidden;
}
.news_t ul li {
  float: left;
  width: 200px;
  font-weight: bold;
}
.news_t ul li a {
  font-size: 20px;
  color: #333;
}
.news_t ul li.on a,
.news_t ul li:hover a {
  color: #fff;
}
.news01 {
  width: 430px;
  float: left;
}
.news01 dl {
  width: 430px;
  height: 350px;
  background: #0055b2;
}
.news01 dl dt,
.news01 dl dt img {
  width: 430px;
  height: 230px;
}
.news01 dl dt {
  line-height: 0;
  overflow: hidden;
}
.news01 dl dd {
  padding: 20px 0 0 20px;
}
.news01 dl dd b {
  display: block;
  width: 80px;
  float: left;
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  height: 68px;
  background: url(../images/news_line.gif) right 0 no-repeat;
  padding: 12px 0 0;
}
.news01 dl dd b i {
  display: block;
  font-size: 18px;
}
.news01 .news_desc {
  width: 325px;
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  height: 60px;
  overflow: hidden;
  padding: 10px 0 0 20px;
}
.news01 .news_desc h2 {
  font-size: 20px;
  line-height: 30px;
}
.news_de{
  display: flex;
  justify-content: space-between;
}
.new_detail{
  width: 30%;
}
.news02 {
  width: 100%;
  float: left;
}
.news02 dl {
  width: 100%;
  float: left;
  /* margin-left: 70px; */
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  height: 90px;
  padding: 0px 0 0;
}
.news02 dl dt,
.news02 dl dt img {
  width: 300px;
  height: 150px;
}
.news02 dl dt {
  line-height: 0;
  overflow: hidden;
}
.news02 .news_desc {
    width: 75%;
    float: left;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  height: 80px;
  overflow: hidden;
  margin-top: 20px;
}
.news02 .news_desc h2 {
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news02 .news_desc p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news02 dl dd span {
  display: block;
  padding: 25px 0 0;
}
.news02 dl dd span a {
  font-size: 16px;
  color: #fff;
}
.newsihead {
  margin: 5% 0 1%;
}
.viewport {
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  position: relative;
}
.viewport .column {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  position: relative;
}
.viewport .column .map {
  height: 28rem;
  margin-bottom: 0.833rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .viewport .column .map {
    height: 16rem;
  }
}
.viewport .column .map .chart {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.05);
}
.viewport .column .map .chart .geo {
  width: 100%;
  height: 100%;
}
.content1 {
  width: 1200px;
  margin: 0 auto;
}
.process {
  display: block;
  padding-top: 30px;
  margin-bottom: 55px;
  overflow: hidden;
}
.process li {
  font-size: 18px;
  color: #333;
  text-align: center;
  width: 182px;
  float: left;
  position: relative;
}
.process li:hover {
  color: #0055b2;
}
.process li i {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: block;
  margin: 0 auto 20px;
}
.process li i img {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.process li:hover i img {
  margin-top: -50px;
}
.process li::before {
  content: "";
  width: 20px;
  height: 17px;
  background: url(../images/arrs.png) center no-repeat;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -9px;
}
.process li:last-child::before {
  background: unset;
}
.process li em {
  color: #868686;
  font-size: 12px;
  -moz-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-transform: scale(0.83);
  -ms-transform: scale(0.83);
  -o-transform: scale(0.83);
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 3px;
  font-style: normal;
}
.list-cat1 {
  overflow: hidden;
}
.list-cat1 li {
  float: left;
  width: 25%;
  overflow: hidden;
}
.list-cat1 li a {
  display: block;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 100%;
  position: relative;
  margin: -2px;
}
.list-cat1 li .con {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
  font-size: 0;
}
.list-cat1 li h3 {
  color: #fff;
  font-size: 22px;
}
.list-cat1 li em {
  display: inline-block;
  width: 39px;
  height: 39px;
  background: url(../images/more3.png) 50% no-repeat;
  margin-top: -39px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.list-cat1 li a:hover em {
  margin-top: 4%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)";
}
.list-cat1 li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.list-cat1 li a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
@-webkit-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes scale-anim {
  0% {
    -moz-trassnsform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scale-anim {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.in-total {
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.in-total li {
  float: left;
  width: 25%;
  border-right: 1px solid #ddd;
}
.in-total li span {
  display: block;
  line-height: 1;
  font-size: 32px;
}
.in-total li strong {
  font-size: 38px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.in-total li strong:before {
  position: absolute;
  right: -16px;
  top: 0;
  font-size: 24px;
}
.in-total li p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #333;
}
.g-five {
  display: none;
}
@media (max-width: 768px) {
  .bantxt,
  .fnav,
  .footer .info,
  .header-menu-con,
  .ys .five {
    display: none;
  }
  .footer .info,
  .g-five p,
  .m-bt {
    text-align: center;
  }
  #header .btm-header .header-logo .logo img {
    max-height: 65px;
  }
  .img01{
    display: none;
}
.img02{
    display: block;
}
  .products {
    width: 100%;
  }
  .products .list .pic {
    height: 158px;
  }
  .products .list li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .products .list li:last-child{
    display: none;
  }
  .products .list li:nth-child(3n) {
    margin-right: 2%;
  }
  .m12_m1,
  .products .list li:nth-child(2n) {
    margin-right: 0;
  }
  .liucheng {
    padding-bottom: 20px;
  }
  .liucheng li {
    width: 47%;
    padding: 0;
    min-height: 226px;
    max-height: 226px;
    overflow: hidden;
  }
  .liucheng li p {
    line-height: 20px;
  }
  .in-seo li {
    width: 97%;
  }
  .m12_m1 {
    width: 100%;
  }
  .in-total li {
    width: 50%;
    border-right: 0 solid #999;
    min-height: 180px;
  }
  .in-total li img {
    max-width: 50%;
  }
  .in-total li span {
    font-size: 22px;
  }
  .footer .about .about_more,
  .footer .about .about_txt {
    width: 100%;
  }
  .gongsi_list .grid li {
    width: 99.5%;
    margin: 0 0 10px;
  }
  .mysection_introduce ul li {
    width: 100%;
    height: 45vh;
    margin-bottom: 5%;
  }
  .mysection_introduce ul li h2 {
    line-height: 100px;
  }
  .mysection_introduce {
    padding: 0 15px;
  }
  .footer .info {
    margin: 0;
  }
  .news > .container > .m12_m1,
  .process li {
    margin-bottom: 20px;
  }
  .footer .ewm img {
    width: 122px;
    height: 122px;
  }
  #banner,
  .footer .ewm,
  .g-five em,
  .m-bt span,
  .wrap img {
    width: 100%;
  }
  .footer .ewm {
    padding-left: 0;
  }
  .footer .copy {
    line-height: 25px;
  }
  .zhaoshang {
    padding-bottom: 20px;
  }
  .g-five,
  .g-five em,
  .g-five p i,
  .m-bt span,
  .wrap img {
    display: block;
  }
  .ihead h2 {
    font-size: 26px;
    line-height: 40px;
  }
  /* 加 */
  .news_de{
    flex-wrap: wrap;
  }
  .new_detail{
    width: 100%;
  }
  .ihead span,
  .m-bt {
    font-size: 16px;
  }
  .g-five {
    padding: 4.5rem 0 0;
    position: relative;
  }
  .m-bt span {
    font-size: 26px;
    line-height: 40px;
  }
  .m-bt span b {
    font-weight: unset;
  }
  .g-five em {
    line-height: 0;
    padding: 3.2rem 0 0;
  }
  .g-five p {
    position: absolute;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    width: 4.7rem;
    height: 4.7rem;
    line-height: 1.3rem;
    background: url(../images/five_y.png) 50% 50% no-repeat;
    -ms-background-size: 100%;
    -moz-background-size: cover;
    background-size: cover;
  }
  .g-five p.five_p01 {
    line-height: 4.7rem;
    top: 20rem;
    left: 1rem;
  }
  .g-five p.five_p02 {
    line-height: 4.7rem;
    top: 13.5rem;
    left: 5rem;
  }
  .g-five p.five_p03 {
    top: 10.3rem;
    left: 13.6rem;
  }
  .g-five p.five_p04 {
    top: 13.5rem;
    right: 5rem;
  }
  .g-five p.five_p05 {
    top: 20rem;
    right: 1rem;
  }
  .g-five p i {
    padding: 1rem 0 0;
    font-style: normal;
  }
  #fd .fd-qr,
  .fd-address,
  .news01 dl dd b,
  .process li::before {
    display: none;
  }
  .content1 {
    width: auto;
  }
  .process li {
    width: 50%;
  }
  .process li:last-child {
    width: 50% !important;
    padding-left: 0 !important;
  }
  .news01,
  .news01 dl,
  .news01 dl dt,
  .news01 dl dt img,
  .news02,
  .news02 dl,
  .news02 dl dt,
  .news02 dl dt img {
    width: 100%;
  }

  /* 加 */
  .news02 .news_desc p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }




  .news02 dl {
    margin-left: 0;
  }
  .list-cat1 li {
    width: 50%;
  }
  .news01 .news_desc {
    width: 100%;
    padding: 10px 0 0 00px;
  }
  .news01 .news_desc h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news01 dl {
    height: 324px;
  }
}
wow fadeInUp {
  border-radius: 25px;
}
